func math.ldexp

2 uses

	math (current package)
		ldexp.go#L19: 	return ldexp(frac, exp)
		ldexp.go#L22: func ldexp(frac float64, exp int) float64 {